Welcome![Sign In][Sign Up]
Location:
Search - CAsyncSocket udp

Search list

[Other resourcesocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client / server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 172902 | Author: gong | Hits:

[WinSock-NDISdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40633 | Author: 谢红伟 | Hits:

[Internet-NetworkIdsTest

Description: 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
Platform: | Size: 311296 | Author: whz_time@163.com | Hits:

[Windows DevelopServerApp0102

Description: CAsyncSocket Sample client/server
Platform: | Size: 138240 | Author: sun | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。-Socket APIs are here to package into a similar category CAsyncSocket interface, you can access at any thread can also be connected static MFC, controllable than the other two MFC Class Socket much better. I also CHwSocket category for the preparation of a detailed test code that can be TCP server/client data communications, will be able to conduct UDP data communications, can also send and receive UDP broadcast datagram.
Platform: | Size: 48128 | Author: 张雨 | Hits:

[ICQ-IM-ChatMSocUdp

Description: 这个程序是udp socket编程的范例,支持端口到端口的即时聊天,也可以是局域网内的广播通信 /////////////////////////////////// The MSocUdp sample is a minimal dialog box-based MFC application that demonstrates how to use the CAsyncSocket class to send and receive directed datagram or broadcast datagram over User Datagram Protocol (UDP). -This procedure is an example of udp socket programming in support of port-to-port real-time chat, can also be a local area network within the broadcast and communications //////////////////////// /////////// The MSocUdp sample is a minimal dialog box-based MFC application thatdemonstrates how to use the CAsyncSocket class to send and receive directeddatagram or broadcast datagram over User Datagram Protocol (UDP).
Platform: | Size: 4409344 | Author: h | Hits:

[Internet-NetworkCAsyncSocket

Description: MFC CAsyncSocket类 C/S-MFC CAsyncSocket Class C/S
Platform: | Size: 80896 | Author: 陶锋 | Hits:

[Internet-NetworkCAsyncsocketconsoleapp

Description: CAsyncSocket测试程序。代码集成了发送端和接受端。UDP模式。发送端发数据,接收端显示-CAsyncSocket testing procedures. Code integrates the sending end and receiving end. UDP mode. FAT data sender, the receiver display
Platform: | Size: 5716992 | Author: 胥奇 | Hits:

[Windows DevelopHELLOLABUDP

Description: 利用CAsyncSocket 實現 UDP 聊天室 。-CAsyncSocket achieved using UDP chat room.
Platform: | Size: 47104 | Author: JCL | Hits:

[ISAPI-IESocke(UDP)

Description: 使用CAsyncSocket进行无连接(UDP)通信-No connection for use CAsyncSocket (UDP) traffic
Platform: | Size: 5534720 | Author: snow | Hits:

[Internet-NetworkCAsyncSocket--UDP

Description: 使用CAsyncSocket进行无连接(UDP)通信-UDP SOCKET
Platform: | Size: 70656 | Author: 李和 | Hits:

[Internet-Networkudp

Description: vc 使用CAsyncSocket进行无连接(UDP)通信的源码-vc-free connection with CAsyncSocket (UDP) traffic source
Platform: | Size: 59392 | Author: 胡勇军 | Hits:

[TCP/IP stackudp

Description: vc——使用CAsyncSocket进行无连接(UDP)通信的程序源码,值得一看!-vc- make no connection with CAsyncSocket (UDP) communication program source code, worth a visit!
Platform: | Size: 61440 | Author: 黄金民 | Hits:

[TCP/IP stackudp

Description: 使用CAsyncSocket进行无连接(UDP)通信\udp.rar,很不错的vc源码,希望对大家有所帮助。-Make no connection with CAsyncSocket (UDP) traffic \ udp.rar, very good vc source, we want to help.
Platform: | Size: 61440 | Author: 孙春燕 | Hits:

[Internet-NetworkCAsyncSocket-UDP

Description: MFC自带CAsyncSocket的视频聊天程序-MFC CAsyncSocket own video chat program
Platform: | Size: 9363456 | Author: xuyuxiang | Hits:

[Internet-NetworkCAsyncSocket--UDP

Description: 使用CAsyncSocket进行无连接(UDP)通信-Use CAsyncSocket be no connection (UDP) traffic
Platform: | Size: 8588288 | Author: cathy | Hits:

[Internet-NetworkUDP网络套接字类

Description: 自己封装的UDP socket类,可以很方便的实现UDP通讯(Own package UDP socket class, you can easily achieve UDP communication)
Platform: | Size: 3072 | Author: Nick_WangDu | Hits:

[Windows Develop使用CAsyncSocket进行无连接(UDP)通信

Description: 使用CAsyncSocket进行无连接(UDP)通信,内含 客户端与 服务端(Using CAsyncSocket for connectionless (UDP) communication, including client and server)
Platform: | Size: 73728 | Author: 章鱼哥呵呵 | Hits:
« 12 »

CodeBus www.codebus.net